// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-04A TN_Widget.CreateTable([['Needtobreathe & Judah and The Lion','Toyota Pavilion At Concord','Concord, CA','Wednesday','5/8/2024','7:00 PM','5938805','Needtobreathe---Judah-and-The-Lion-5-8-2024'],['21 Savage','Toyota Pavilion At Concord','Concord, CA','Thursday','5/9/2024','7:00 PM','6292369','21-Savage-5-9-2024'],['Stone Soul Concert: Charlie Wilson, Keith Sweat, El Debarge, Big Daddy Kane & Montell Jordan','Toyota Pavilion At Concord','Concord, CA','Sunday','5/26/2024','12:00 PM','6353762','Stone-Soul-Concert--Charlie-Wilson--Keith-Sweat--El-Debarge--Big-Daddy-Kane---Montell-Jordan-5-26-2024'],['Whiskey Myers','Toyota Pavilion At Concord','Concord, CA','Friday','6/21/2024','6:30 PM','6289346','Whiskey-Myers-6-21-2024'],['Xscape, SWV, Mya, 702 & Total','Toyota Pavilion At Concord','Concord, CA','Thursday','6/27/2024','7:00 PM','6342904','Xscape--SWV--Mya--702---Total-6-27-2024'],['Foreigner, Styx & John Waite','Toyota Pavilion At Concord','Concord, CA','Saturday','6/29/2024','6:45 PM','6123917','Foreigner--Styx---John-Waite-6-29-2024'],['Megadeth','Toyota Pavilion At Concord','Concord, CA','Saturday','8/10/2024','6:30 PM','6399778','Megadeth-8-10-2024'],['Foo Fighters','Toyota Pavilion At Concord','Concord, CA','Tuesday','8/13/2024','7:00 PM','6328629','Foo-Fighters-8-13-2024'],['Stone Temple Pilots & Live','Toyota Pavilion At Concord','Concord, CA','Friday','8/16/2024','7:00 PM','6327314','Stone-Temple-Pilots---Live-8-16-2024'],['Sammy Hagar & Loverboy','Toyota Pavilion At Concord','Concord, CA','Saturday','8/17/2024','7:00 PM','6083793','Sammy-Hagar---Loverboy-8-17-2024'],['Limp Bizkit','Toyota Pavilion At Concord','Concord, CA','Friday','8/23/2024','6:30 PM','6132039','Limp-Bizkit-8-23-2024'],['Lainey Wilson, Jackson Dean & Zach Top','Toyota Pavilion At Concord','Concord, CA','Saturday','8/24/2024','7:00 PM','6021100','Lainey-Wilson--Jackson-Dean---Zach-Top-8-24-2024'],['Earth, Wind and Fire & Chicago','Toyota Pavilion At Concord','Concord, CA','Sunday','9/1/2024','7:30 PM','6079792','Earth--Wind-and-Fire---Chicago-9-1-2024'],['Lindsey Stirling','Toyota Pavilion At Concord','Concord, CA','Friday','9/6/2024','7:00 PM','6327941','Lindsey-Stirling-9-6-2024'],['The Doobie Brothers & Robert Cray Band','Toyota Pavilion At Concord','Concord, CA','Sunday','9/8/2024','7:00 PM','6226821','The-Doobie-Brothers---Robert-Cray-Band-9-8-2024'],['The Marley Brothers','Toyota Pavilion At Concord','Concord, CA','Tuesday','9/10/2024','7:30 PM','6381717','The-Marley-Brothers-9-10-2024'],['Lynyrd Skynyrd, ZZ Top & The Outlaws','Toyota Pavilion At Concord','Concord, CA','Thursday','9/19/2024','6:30 PM','6045651','Lynyrd-Skynyrd--ZZ-Top---The-Outlaws-9-19-2024']],'Sleep Train Pavilion','http://www.ticketnetwork.com/ticket/Sleep-Train-Pavilion-events.aspx');